home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML ConsoleMax.sea
/
XML ConsoleMax
/
Required
/
xml4j.jar
/
com
/
ibm
/
xml
/
parser
/
TreeTraversalException.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-08-30
|
322 b
|
11 lines
package com.ibm.xml.parser;
public class TreeTraversalException extends Exception {
public TreeTraversalException() {
}
public TreeTraversalException(String var1) {
super(var1);
}
}